Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlEnum<T> Class
Members

In This Topic
    RdlEnum<T> Class
    In This Topic
    Represents an enum value that can be specified as a literal or as an expression.
    Object Model
    RdlEnum<T> Class
    Syntax
    'Declaration
     
    Public Class RdlEnum(Of T As {New, Struct}) 
       Inherits RdlProp
    public class RdlEnum<T> : RdlProp 
    where T: new(), struct
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.C1Rdl.RdlProp
          C1.C1Rdl.RdlEnum<T>

    See Also